Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / DropDownControlStyles<T> Class / DropDown Property

In This Topic
    DropDown Property (DropDownControlStyles<T>)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the drop down form on the screen.
    Syntax
    'Declaration
     
    
    Public Property DropDown As T
    public T DropDown {get; set;}
    See Also